home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 201-220 / scopedisk203 / jmenuv1.1 / example1 < prev    next >
Text File  |  1995-03-19  |  266b  |  10 lines

  1. ; This is an example script using JMenu
  2. ; The file "example1.menu" contains the menu definitions.
  3. ; The enviroment variable "ex1var" will hold the menu selection value.
  4. ;
  5. JMenu example1.menu ex1var
  6. ;
  7. if $ex1var eq 5
  8.    echo "You chose selection 5: do nothing"
  9. endif
  10.